home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / software / frigate / Frigate3_Lite_v25.exe / {app} / Addons / Schemes / DFM.sch < prev    next >
Text File  |  2004-01-06  |  2KB  |  84 lines

  1. object TPersHolder
  2.   P.Name = 'DFM Files'
  3.   P.Extensions.Strings = (
  4.     'dfm')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       FIText = 0
  9.       FIIntNum = 1
  10.       FIFloatNum = 2
  11.       FIHexNum = 3
  12.       UseStrings = True
  13.       UseSingleLineStrings = True
  14.       UseNumbers = True
  15.       UsePrefixedNumbers = True
  16.       UseKeywords = True
  17.       BlockDelimiters = <>
  18.       SingleLineStringDelimiters = <
  19.         item
  20.           FontID = 4
  21.           LeftDelimiter = #39
  22.           RightDelimiter = #39
  23.         end>
  24.       NumPrefixes = <
  25.         item
  26.           LeftDelimiter = '#'
  27.         end>
  28.       KeywordSets = <
  29.         item
  30.           FontID = 5
  31.           Name = 'reserved'
  32.           Keywords = 'end,inherited,inline,item,object'
  33.         end>
  34.     end>
  35.   P.FontTable = <
  36.     item
  37.       FontID = 0
  38.       Font.Charset = DEFAULT_CHARSET
  39.       Font.Color = clBlack
  40.       Font.Height = -13
  41.       Font.Name = 'Courier New'
  42.       Font.Style = []
  43.     end
  44.     item
  45.       FontID = 1
  46.       Font.Charset = DEFAULT_CHARSET
  47.       Font.Color = clGreen
  48.       Font.Height = -13
  49.       Font.Name = 'Courier New'
  50.       Font.Style = []
  51.     end
  52.     item
  53.       FontID = 2
  54.       Font.Charset = DEFAULT_CHARSET
  55.       Font.Color = clGreen
  56.       Font.Height = -13
  57.       Font.Name = 'Courier New'
  58.       Font.Style = []
  59.     end
  60.     item
  61.       FontID = 3
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clGreen
  64.       Font.Height = -13
  65.       Font.Name = 'Courier New'
  66.       Font.Style = []
  67.     end
  68.     item
  69.       FontID = 4
  70.       Font.Charset = DEFAULT_CHARSET
  71.       Font.Color = clMaroon
  72.       Font.Height = -13
  73.       Font.Name = 'Courier New'
  74.       Font.Style = []
  75.     end
  76.     item
  77.       FontID = 5
  78.       Font.Charset = DEFAULT_CHARSET
  79.       Font.Color = clBlue
  80.       Font.Height = -13
  81.       Font.Name = 'Courier New'
  82.       Font.Style = [fsBold]
  83.     end>
  84. end